value

public abstract String value()

Returns a string that represents the value associated with the form control.

Throws

when this instance is closed


public abstract void value(String value)

Associates the given value with the control.

Parameters

value

the value to set

Throws

when this instance is closed